-
-
Notifications
You must be signed in to change notification settings - Fork 536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix missing litestar pytest marker #3702
Fix missing litestar pytest marker #3702
Conversation
Reviewer's Guide by SourceryThe PR adds the missing 'litestar' pytest marker to the pytest configuration in pyproject.toml to resolve a warning about an unknown marker. The change is straightforward and only involves adding a single line to the markers list while maintaining alphabetical order. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. We don't review packaging changes - Let us know if you'd like us to change this.
Hi, thanks for contributing to Strawberry 🍓! We noticed that this PR is missing a So as soon as this PR is merged, a release will be made 🚀. Here's an example of Release type: patch
Description of the changes, ideally with some examples, if adding a new feature. Release type can be one of patch, minor or major. We use semver, so make sure to pick the appropriate type. If in doubt feel free to ask :) Here's the tweet text:
|
CodSpeed Performance ReportMerging #3702 will not alter performanceComparing Summary
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3702 +/- ##
=======================================
Coverage 97.01% 97.01%
=======================================
Files 502 502
Lines 33568 33571 +3
Branches 5634 5635 +1
=======================================
+ Hits 32565 32568 +3
Misses 796 796
Partials 207 207 |
Description
This PR fixes thes following pytest warning:
PytestUnknownMarkWarning: Unknown pytest.mark.litestar - is this a typo? You can register custom marks to avoid this warning
Types of Changes
Summary by Sourcery
Enhancements: